type runtime.tmpBuf
17 uses
runtime (current package)
string.go#L21: type tmpBuf [tmpStringBufSize]byte
string.go#L28: func concatstrings(buf *tmpBuf, a []string) string {
string.go#L62: func concatstring2(buf *tmpBuf, a0, a1 string) string {
string.go#L66: func concatstring3(buf *tmpBuf, a0, a1, a2 string) string {
string.go#L70: func concatstring4(buf *tmpBuf, a0, a1, a2, a3 string) string {
string.go#L74: func concatstring5(buf *tmpBuf, a0, a1, a2, a3, a4 string) string {
string.go#L81: func concatbytes(buf *tmpBuf, a []string) []byte {
string.go#L97: *buf = tmpBuf{}
string.go#L111: func concatbyte2(buf *tmpBuf, a0, a1 string) []byte {
string.go#L115: func concatbyte3(buf *tmpBuf, a0, a1, a2 string) []byte {
string.go#L119: func concatbyte4(buf *tmpBuf, a0, a1, a2, a3 string) []byte {
string.go#L123: func concatbyte5(buf *tmpBuf, a0, a1, a2, a3, a4 string) []byte {
string.go#L133: func slicebytetostring(buf *tmpBuf, ptr *byte, n int) string {
string.go#L178: func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
string.go#L218: func stringtoslicebyte(buf *tmpBuf, s string) []byte {
string.go#L221: *buf = tmpBuf{}
string.go#L254: func slicerunetostring(buf *tmpBuf, a []rune) string {